home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / misc.txt / 000320_sms.antinode@gmail.com_Fri Mar 12 14:59:26 2010.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: reader1.panix.com!panix!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!z4g2000yqa.googlegroups.com!not-for-mail
  2. From: Steven Schweda <sms.antinode@gmail.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: C-Kermit 9.0 for VAX?
  5. Date: Sun, 7 Mar 2010 06:01:04 -0800 (PST)
  6. Organization: http://groups.google.com
  7. Lines: 60
  8. Message-ID: <db48925c-681a-4494-bd66-3924d6811bc8@z4g2000yqa.googlegroups.com>
  9. References: <slrnhn34mm.em3.fdc@panix2.panix.com> <hksg21$q4r$1@online.de> 
  10.     <slrnhn3oqt.5hj.fdc@panix1.panix.com> <f13c7093-7af4-45e3-bc1b-950c397e079a@l26g2000yqd.googlegroups.com> 
  11.     <slrnhn659h.shk.fdc@panix1.panix.com>
  12. NNTP-Posting-Host: 209.98.249.184
  13. Mime-Version: 1.0
  14. Content-Type: text/plain; charset=ISO-8859-1
  15. X-Trace: posting.google.com 1267970464 17376 127.0.0.1 (7 Mar 2010 14:01:04 GMT)
  16. X-Complaints-To: groups-abuse@google.com
  17. NNTP-Posting-Date: Sun, 7 Mar 2010 14:01:04 +0000 (UTC)
  18. Complaints-To: groups-abuse@google.com
  19. Injection-Info: z4g2000yqa.googlegroups.com; posting-host=209.98.249.184; 
  20.     posting-account=OjKUgAkAAAAXAqdVEKd-Gc8RltEUx3Xq
  21. User-Agent: G2/1.0
  22. X-HTTP-UserAgent: Mozilla/5.0 (X11; U; OpenVMS COMPAQ_Professional_Workstation; 
  23.     en-US; rv:1.8.1.17) Gecko/20081029 SeaMonkey/1.1.12,gzip(gfe),gzip(gfe)
  24. Xref: panix comp.protocols.kermit.misc:15922
  25.  
  26. Frank da Cruz wrote:
  27.  
  28. > But in VMS, C-Kermit's file i/o routines (at least the ones used
  29. > for file transfer and for logs) are RMS, not C library, based.
  30. > So it might be just a question of the reporting -- file transfer
  31. > display, statistics, and thermometer.  But I confess, I haven't
  32. > had time to look at the code.
  33.  
  34.    Perhaps if you tell me this a few more times, I might
  35. remember it.  (But, if experience is any guide, probably not.)
  36.  
  37.    I did try an FTP GET of a 5GB file on my most current VMS
  38. VAX system, and as you had suggested, the file transfer was
  39. successful, but the progress reporting was pretty miserable.
  40. For example:
  41.  
  42.            File Size: 905019392
  43.         Percent Done: 1   -
  44.                           ...
  45. 10...20...30...40...50...60...70...80...90..100
  46.  Estimated Time Left: 05:42:20
  47.  
  48.  
  49.         Percent Done:
  50. 100 //////////////////////////////////////////////////
  51.                           ...
  52. 10...20...30...40...50...60...70...80...90..100
  53.  Estimated Time Left: (unknown)
  54.  
  55.  
  56.         Percent Done: -154/-
  57.                           ...
  58. 10...20...30...40...50...60...70...80...90..100
  59.  Estimated Time Left: (unknown)
  60.  
  61.  
  62. //////////////////////
  63. 94 ////////////////////////////////////////////////
  64.                           ...
  65. 10...20...30...40...50...60...70...80...90..100
  66.  Estimated Time Left: 01:39:21
  67.  
  68.  
  69. //////////////////////
  70. 100///////////////////////////////////////////////////
  71.                           ...
  72. 10...20...30...40...50...60...70...80...90..100
  73.         Elapsed Time: 27:54:02
  74.  
  75.  
  76.    You working on that 64-bit math package for 32-bit systems?
  77.  
  78. > If you or somebody with VMS 5.x can send me patches to get around
  79. > any fatal problems building C-Kermit 9.0, I'll be glad to
  80. > incorporate them.  We don't "deprecate" old versions of anything.
  81. > If there is a comment somewhere to that effect, it's not from me.
  82.  
  83.    I'll try to re-investigate and see what I can do.  Ideally
  84. before summer, when running the old VAX becomes (more)
  85. unpleasant.